FlowTimerStopper Constructors
An object defining constructors for the FlowTimerStopper class.
FlowTimerStopper(name, workflowData, workflowCodeInstance)
Constructor for the FlowTimerStopper class. Initializes a new instance of the FlowTimerStopper class.
Parameters:
name (required): string
The name of the flow object.
workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.
workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.
FlowTimerStopper(name, workflowData, workflowCodeInstance)
Constructor for the FlowTimerStopper class. Initializes a new instance of the FlowTimerStopper class.
Parameters:
name (required): string
The name of the flow timer stopper.
workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow timer stopper.
workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.